Overload | Description |
---|---|
Add(String,DbType) | Adds a SqlShimParameter to the SqlShimParameterCollection<T> given the parameter name and data type. |
Add(String,DbType,Int32) | Adds a SqlShimParameter to the SqlShimParameterCollection<T> given the the parameter name, data type, and data size. |
Add(String,DbType,Int32,String) | Adds a SqlShimParameter to the SqlShimParameterCollection<T> given the the parameter name, data type, data size, and source column name. For internal use. |
Add(String,Object) | Adds the specified Devart.Data.QuickBooks.QuickBooksParameter to the SqlShimCommand. |
Add(T) | Adds the specified Devart.Data.QuickBooks.QuickBooksParameter to the SqlShimParameterCollection<T>. |